home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 4
/
BBS in a Box - Macintosh - Volume IV (January 1992) (BBS in a Box).iso
/
Files
/
Game
/
C
/
CORE! 1.1.CPT
/
Core! 1.1
/
Battle Programs
/
contest87
/
TRAPPER
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1989-07-19
|
388 b
|
18 lines
|
[
TEXT/MARS
]
; 2ND ICWS COMPETITION ENTRY
;
; NAME : TRAPPER.1
;
; PROGRAMMER : FRED B. WADE
;
POINTER DAT 0
SPLINST SPL SPLINST
START MOV SPLINST,<POINTER
JMN START,TESTLOC
MOV #0,POINTER
KILLEM MOV POINTER,<POINTER
JMZ KILLEM,TESTLOC
MOV #0,POINTER
JMP START
TESTLOC DAT 1
END START